Vcenter Namespaces Mobility Virtualmachines Imports CustomizationSysprepUserData

Vcenter Namespaces Mobility Virtualmachines Imports CustomizationSysprepUserData
Vcenter Namespaces Mobility Virtualmachines Imports CustomizationSysprepUserData

The Vcenter Namespaces Mobility Virtualmachines Imports CustomizationSysprepUserData schema contains the personal data pertaining to the owner of the virtual machine. The CustomizationSysprepUserData data object type maps to the UserData key in the sysprep.inf answer file. These values are transferred directly into the sysprep.inf file that VirtualCenter stores on the target virtual disk.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "computer_name": "string",
    "full_name": "string",
    "org_name": "string",
    "product_id": "string"
}
string
computer_name
Required

The computer_name property is the computer name of the Windows guest. Computer name may contain letters (A-Z), numbers(0-9), and hyphens (-) but no spaces or periods (.). The name may not consist entirely of digits. Computer name is limited to 15 characters in length due to a Windows restriction.

This property was added in vSphere API 9.0.0.0.

string
full_name
Required

User's full name.

This property was added in vSphere API 9.0.0.0.

string
org_name
Required

User's organization.

This property was added in vSphere API 9.0.0.0.

string As password As password
product_id
Required

The product_id property is a valid serial number. Microsoft Sysprep requires that a valid serial number be included in the answer file when mini-setup runs. This serial number is ignored if the original guest operating system was installed using a volume-licensed CD.

This property was added in vSphere API 9.0.0.0.